home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / domacnost a kancelar / autoit / autoit-v3-setup.exe / Examples / Helpfile / FileSetTime.au3 < prev    next >
Text File  |  2007-09-08  |  118b  |  3 lines

  1. ;change file.au3's "modified" timestamp to 1st Nov 2003 and current time
  2. $var = FileSetTime("file.au3", "20031101")
  3.